table of contents
rte_swx_port_ethdev_reader_params(3) | DPDK | rte_swx_port_ethdev_reader_params(3) |
NAME¶
rte_swx_port_ethdev_reader_params
SYNOPSIS¶
#include <rte_swx_port_ethdev.h>
Data Fields¶
const char * dev_name
uint16_t queue_id
uint32_t burst_size
Detailed Description¶
Ethernet device input port (reader) creation parameters.
Definition at line 21 of file rte_swx_port_ethdev.h.
Field Documentation¶
const char* dev_name¶
Name of a valid and fully configured Ethernet device.
Definition at line 23 of file rte_swx_port_ethdev.h.
uint16_t queue_id¶
Ethernet device receive queue ID.
Definition at line 26 of file rte_swx_port_ethdev.h.
uint32_t burst_size¶
Ethernet device receive burst size.
Definition at line 29 of file rte_swx_port_ethdev.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Fri Dec 15 2023 | Version 23.11.0 |